device independent bitmap - определение. Что такое device independent bitmap
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое device independent bitmap - определение

WINDOWS BITMAP IMAGE FILE FORMAT FAMILY
.bmp; Windows Bitmap; Device-independent bitmap; .DIB; BMP file; .BMP; Windows bitmap; Windows and OS/2 bitmap; BMP format; .dib; BMP (file format); Bitmap file format; Bitmap image file format; Device Independent Bitmap; BMP File Format; Windows bmp; BMP image; Image/bmp
  • Example 1]] of a 2×2 pixel bitmap, with 24 bits/pixel encoding
Найдено результатов: 2954
device independent bitmap         
<graphics, file format> (DIB) An image format in which the sequence and depth of pixels in the file is not specifically related to their layout in any particular device. This allows any device dependent bitmap (DDB) image to be converted to or DIB format without loss of information, and this can then later be converted to other DDB formats for, e.g., printing or display. Rather than requiring converters from each DDB format to all other formats, only converters to and from DIB are needed. DIB images are normally transferred in metafiles, bmp files, and the clipboard. Transferring colour bitmaps from one device to another was not possible in versions of Microsoft Windows earlier than 3.0. Application programs can build DIB images without any interaction with Windows. If Windows lacks a drawing primitive, the application can simulate it directly into the DIB instead of using the existing graphics device interface (GDI) primitives. Unfortunately, under Windows versions 3.0 and 3.1, GDI cannot perform output operations directly to a DIB. Conversion between DIB and DDB is performed by the {device driver}. Where the driver does not have this facility, the conversion is performed by GDI but only in monochrome. DIBs are slower to use than device dependent bitmaps due to the conversions required. (1996-09-20)
xbm         
IMAGE FILE FORMAT
X BitMap Format; X Bitmap; XBM; .xbm
<filename extension> X bit map. The filename extension for files containing bitmaps for use in the X Window System. These are actually include files which can be #include'd into C program source to define images as initialised data. (1995-03-14)
X BitMap         
IMAGE FILE FORMAT
X BitMap Format; X Bitmap; XBM; .xbm
In computer graphics, the X Window System used X BitMap (XBM), a plain text binary image format, for storing cursor and icon bitmaps used in the X GUI. The XBM format is superseded by XPM, which first appeared for X11 in 1989.
Glyph Bitmap Distribution Format         
FILE FORMAT FAMILY
BDF (Glyph Bitmap Distribution Format); Character Bitmap Distribution Format; .bdf
The Glyph Bitmap Distribution Format (BDF) by Adobe is a file format for storing bitmap fonts. The content takes the form of a text file intended to be human- and computer-readable.
wireless bitmap         
FILE FORMAT
Wbmp; Wireless BitMap; Wireless Bitmap; .wbmp; Image/vnd.wap.wbmp
<graphics, file format> (WBMP) A bitmap for display on a WAP mobile phone. Currently (2001) the only type of WBMP file defined is a simple black-and-white image file with one bit per pixel and no compression. [WAP Forum (http://wapforum.org/), "WAP-190-WAE-Spec" or "Wireless Application Protocol, Wireless Application Environment Specification"]. (2001-05-23)
Bitmap         
DATA STRUCTURE FOR MAPPING FROM SOME DOMAIN (FOR EXAMPLE, A RANGE OF INTEGERS) TO BITS
Bitmaps; Pixmap; Pixel display format; Bit-map; OS/2 bitmap; Bump file; Bitmap Image; Bitmap image; Bitmap image format; Recursive X-Y cut; Bitmap images; Recursive XY-cut
In computing, a bitmap is a mapping from some domain (for example, a range of integers) to bits. It is also called a bit array or bitmap index.
Device (pop-rock band)         
AMERICAN POP-ROCK TRIO
Device (pop rock band)
Device was a short-lived American pop-rock trio from the mid 1980s, formed by keyboardist, bassist and vocalist Holly Knight. It also included frontman Paul Engemann and guitarist Gene Black.
Odon device         
MEDICAL DEVICE THAT ASSISTS DURING A DIFFICULT BIRTH
Odón device; Odon Device; Odón Device
Odón device is a medical device that assists during a difficult birth. The low-cost device consists of a plastic sleeve that is inflated around the baby's head and is used to gently pull and ease the head of the infant through the birth canal.
The Bitmap Brothers         
UK BASED VIDEO GAME DEVELOPMENT COMPANY FOUNDED IN 1987
Bitmap Brothers; Bitmap Bros
The Bitmap Brothers are a British video game developer founded in 1987. The company entered the video game industry in 1988 with the scrolling shooter Xenon.
Independent bookstore         
  • ''[[City Lights Bookstore]]'' in San Francisco, 2010
  • Shakespeare and Company]] in Paris 2004
RETAIL BOOKSTORE WHICH IS INDEPENDENTLY OWNED
Independent bookstores; Independent bookshop; Independent booksellers; Independent bookseller
An independent bookstore is a retail bookstore which is independently owned. Usually, independent stores consist of only a single actual store (although there are some multi-store independents).

Википедия

BMP file format

The BMP file format or bitmap, is a raster graphics image file format used to store bitmap digital images, independently of the display device (such as a graphics adapter), especially on Microsoft Windows and OS/2 operating systems.

The BMP file format is capable of storing two-dimensional digital images in various color depths, and optionally with data compression, alpha channels, and color profiles. The Windows Metafile (WMF) specification covers the BMP file format.